projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896fca5
)
(def-edebug-spec): Moved to subr.el.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:00:46 +0000
(
02:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:00:46 +0000
(
02:00
+0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index d0be3a02f65286cf83e8eb643219731dc46b53ea..7e4972194bb24f3ebac3cbdb6e67df5b0cefb6fa 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-235,13
+235,6
@@
If the result is non-nil, then break. Errors are ignored."
;;; Form spec utilities.
-;;;###autoload
-(defmacro def-edebug-spec (symbol spec)
- "Set the `edebug-form-spec' property of SYMBOL according to SPEC.
-Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
-\(naming a function), or a list."
- `(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))
-
(defmacro def-edebug-form-spec (symbol spec-form)
"For compatibility with old version."
(def-edebug-spec symbol (eval spec-form)))